-
Home
-
Virtual Public Square
-
0.1.7
-
Code
-
Classes
- AbstractString
| Total Complexity |
23 |
| Dependencies |
2 |
| Dependents |
0 |
| Total lines |
122 |
| Lines of code |
76 |
| Logical lines of code |
38 |
| Comment lines |
6 |
| Methods |
15 |
| Properties |
3 |
Methods 15
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| checkString() |
S |
63 |
3 |
9 |
| allowCharacters() |
S |
74 |
2 |
5 |
| allowNumbers() |
S |
72 |
2 |
5 |
| allowSmallLetters() |
S |
72 |
2 |
5 |
| allowCapitalLetters() |
S |
72 |
2 |
5 |
| getEncodedValue() |
S |
72 |
2 |
6 |
| isValid() |
S |
66 |
2 |
9 |
| __construct() |
S |
81 |
1 |
3 |
| getContent() |
S |
82 |
1 |
3 |
| allowCharacter() |
S |
80 |
1 |
3 |
| allowAllLetters() |
S |
78 |
1 |
4 |
| allowSpaces() |
S |
80 |
1 |
3 |
| allowAll() |
S |
81 |
1 |
3 |
| calculateContentLength() |
S |
80 |
1 |
3 |
| fromBinary() |
S |
63 |
1 |
10 |